github.com/refraction-networking/utls.echServerContext.configID (field)

3 uses

	github.com/refraction-networking/utls (current package)
		ech.go#L622: 			configID:    configID,
		handshake_server_tls13.go#L35: 	configID    uint8
		handshake_server_tls13.go#L623: 			if echCiphersuite != hs.echContext.ciphersuite || configID != hs.echContext.configID || len(encap) != 0 {